home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / MUSIC / bol-processor-271-data.sit / bol-processor-271-data / BP2 examples / BP2 data / -gr.dhadhatite < prev    next >
Text File  |  1996-03-04  |  4KB  |  91 lines

  1. V.2.5.2
  2. Date: Mon, Mar 4, 1996 -- 8:43
  3. -se.dhadhatite
  4. -ho.dhadhatite
  5.  
  6. /* "dhadhatite" qaヤida. This is a beginner's piece containing only
  7. a small number of different strokes (bols). It does not have a wide
  8. scope of variation in terms of stroke combinations. To compensate
  9. this, it offers a wide variety of structural rules (see GRAM#2).
  10. For these reasons, items are very difficult to analyse. There is
  11. notably an ambiguity between the two fixed patterns 'dhadhatitedhadhadheena' and 'dhadhatitedhadhateena' (both notated
  12. 'SF') which appear in specific contexts, notably in a 'band'
  13. (closed) section: * (= SF ++ SF). I have used the '+' sign to mark
  14. contexts and decide which variant of the pattern has been found. */
  15.  
  16. RND
  17. GRAM#1[1] <100> S <-> 4+4+4+4/4 S64 
  18. GRAM#1[2] <100> S64 <-> S1F S2F S1V S2F E32 
  19. GRAM#1[3] <100> S64 <-> S1V S2F S1F S2F E32 
  20. GRAM#1[4] <100> S64 <-> S1F S2V S1F S2F E32 
  21. GRAM#1[5] <100> S64 <-> S1V S2V S1F S2F E32
  22. ------------------------------------------------------
  23. LIN 
  24. GRAM#2[1] <100> S1F S2F S1V S2F E32 <-> S1F +S2F (= V8 ) +S2F * (= S1F ++ S2F ) (: V8 ) S1F 
  25. GRAM#2[2] <100> S1V S2F S1F S2F E32 <-> (=++ A1 V7 ) +S2F S1F +S2F * (:++ A1 V7 ) * (= ++ S2F ) S1F S1F 
  26. GRAM#2[3] <100> S1V S2F S1F S2F E32 <-> (=++ A2 V6 ) +S2F S1F +S2F * (:++ A2 V6 ) * (= ++ S2F ) S1F S1F 
  27. GRAM#2[4] <100> S1F S2V S1F S2F E32 <-> S1F (= V6 + B2 ) S1F +S2F * (= S1F ) * (: V6 + B2 ) S1F S1F 
  28. GRAM#2[5] <100> S1V S2V S1F S2F E32 <-> (=++ A1 V11 + B4 ) S1F +S2F * (:++ A1 V11 + B4 ) S1F S1F 
  29. GRAM#2[6] <100> S1V S2V S1F S2F E32 <-> (=++ A2 V10 + B4 ) S1F +S2F * (:++ A2 V10 + B4 ) S1F S1F 
  30. GRAM#2[7] <100> S1V S2V S1F S2F E32 <-> (=++ A1 V13 + B2 ) S1F +S2F * (:++ A1 V13 + B2 ) S1F S1F 
  31. GRAM#2[8] <100> S1V S2V S1F S2F E32 <-> (=++ A2 V12 + B2 ) S1F +S2F * (:++ A2 V12 + B2 ) S1F S1F 
  32. GRAM#2[9] <100> S1V S2V S1F S2F E32 <-> (=++ A1 V15 ) S1F +S2F * (:++ A1 V15 ) S1F S1F 
  33. GRAM#2[10] <100> S1V S2V S1F S2F E32 <-> (=++ A2 V14 ) S1F +S2F * (:++ A2 V14 ) S1F S1F 
  34. ----------------------------------------------------------------
  35. LIN
  36. GRAM#3[1] <100> V2 <-> T2
  37. GRAM#3[2] <10> V15 <-> T1 V14 
  38. GRAM#3[3] <100> V15 <-> T2 V13 
  39. GRAM#3[4] <10> V14 <-> T1 V13 
  40. GRAM#3[5] <100> V14 <-> T2 V12 
  41. GRAM#3[6] <10> V13 <-> T1 V12 
  42. GRAM#3[7] <100> V13 <-> T2 V11 
  43. GRAM#3[8] <10> V12 <-> T1 V11 
  44. GRAM#3[9] <100> V12 <-> T2 V10 
  45. GRAM#3[10] <10> V11 <-> T1 V10 
  46. GRAM#3[11] <100> V11 <-> T2 V9 
  47. GRAM#3[12] <10> V10 <-> T1 V9 
  48. GRAM#3[13] <100> V10 <-> T2 V8 
  49. GRAM#3[14] <10> V9 <-> T1 V8 
  50. GRAM#3[15] <100> V9 <-> T2 V7 
  51. GRAM#3[16] <10> V8 <-> T1 V7 
  52. GRAM#3[17] <100> V8 <-> T2 V6 
  53. GRAM#3[18] <10> V7 <-> T1 V6 
  54. GRAM#3[19] <100> V7 <-> T2 V5 
  55. GRAM#3[20] <10> V6 <-> T1 V5 
  56. GRAM#3[21] <100> V6 <-> T2 V4 
  57. GRAM#3[22] <10> V5 <-> T1 V4 
  58. GRAM#3[23] <100> V5 <-> T2 V3 
  59. GRAM#3[24] <10> V4 <-> T1 V3 
  60. GRAM#3[25] <100> V4 <-> T2 V2 
  61. GRAM#3[26] <10> V3 <-> T1 V2 
  62. GRAM#3[27] <100> V3 <-> T2 T1 
  63. GRAM#3[28] <10> V2 <-> T1 T1 
  64. --------------------------------------
  65. RND
  66. GRAM#4[1] <100> T1 <-> dha
  67. GRAM#4[2] <100> T1 <-> -
  68. GRAM#4[3] <100> T2 <-> dhadha
  69. GRAM#4[4] <100> T2 <-> tite
  70. GRAM#4[5] <50> T2 <-> dheena
  71. GRAM#4[6] <50> T2 <-> teena
  72. ---------------------------------------
  73. ORD
  74. GRAM#5[1] <100> + B2 <-> +teena
  75. GRAM#5[2] <100> + B4 <-> +dhadhateena
  76. GRAM#5[3] <100> ++ A1 <-> ++dha
  77. GRAM#5[4] <100> ++ A2 <-> ++dhadha
  78. GRAM#5[5] <50> ++ A2 <-> ++dheena
  79. GRAM#5[6] <100> #+ S1F <-> #+ dhadhatitedhadhadheena
  80. GRAM#5[7] <100> + S2F <-> + dhadhatitedhadhateena
  81. GRAM#5[8] ++ S2F <-- ++ dhadhatitedhadhadheena [This rule must be last]
  82. ------------
  83. TEMPLATES:
  84. [1] 4+4+4+4/4 ________+________(@0 ________)+________ * (@0 ________++________)(@2 )________
  85. [2] 4+4+4+4/4 (@0 ++________)+________________+________ * (@1 ) * (@0 ++________)________________
  86. [3] 4+4+4+4/4 ________(@0 ______+__)________+________ * (@0 ________) * (@2 )________________
  87. [4] 4+4+4+4/4 (@0 ++____________+____)________+________ * (@1 )________________
  88. [5] 4+4+4+4/4 (@0 ++______________+__)________+________ * (@1 )________________
  89. [6] 4+4+4+4/4 (@0 ++________________)________+________ * (@1 )________________
  90. ------------
  91.